home *** CD-ROM | disk | FTP | other *** search
- Path: vesta.ncat.edu!root
- From: "Ronald T. Dearing" <dearing>
- Newsgroups: comp.lang.c++
- Subject: Templates nested within a class
- Date: 18 Apr 1996 20:56:21 GMT
- Organization: a Digital Internet AlphaServer Site
- Message-ID: <4l6a9l$h8b@vesta.ncat.edu>
- NNTP-Posting-Host: alexis.ncat.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; OSF1 V3.2 alpha)
- X-URL: news:comp.lang.c++
-
- I am having aproblem with compiling some code using g++. I have
- declared a template class that's based on a queue using a linked list.
-
- I declared several classes that I would like to place in the templates
- using them in the linkedl list. I am getting an error stating that a field
- in my template has an incomplete type.
-
- Does C++ allow you to place a template instantiation object within another
- class declaration?
-
- Ron
- dearing@ncat.edu
-
-